Object[].Copy
(gb)
Syntax
FUNCTION Copy ( [ Start AS Integer, Length AS Integer ] ) AS Object[]
Returns a deep copy of the array.
- If Start is specified, then only creates an array with the elements from the Start position.
- If Length is specified, then only copy Length elements from the Start position.